home *** CD-ROM | disk | FTP | other *** search
/ The Trig Explorer / The Trig Explorer.iso / mac / Explorer / Ex_INV.dxr / 00040.ls < prev    next >
Encoding:
Text File  |  1998-07-22  |  171 b   |  9 lines

  1. on exitFrame
  2.   global x, y, r, theta, AnsW
  3.   if (field "Answer" > (AnsW - 0.05)) and (field "Answer" < (AnsW + 0.05)) then
  4.     nothing()
  5.   else
  6.     go("AA1")
  7.   end if
  8. end
  9.